Esx Hosts ComponentInfo
Esx Hosts ComponentInfo
The Esx Hosts ComponentInfo schema contains properties that describe a specific component version in the software solution.
This schema was added in vSphere API 7.0.0.0.
JSON Example
{
"version": "string",
"display_name": "string",
"display_version": "string",
"vendor": "string"
}
string
version
Required
Version of the component. It will be empty when the component is removed.
This property was added in vSphere API 7.0.0.0.
string
display_name
Required
Display name of the component.
This property was added in vSphere API 7.0.0.0.
string
display_version
Required
Human readable version of the component.
This property was added in vSphere API 7.0.0.0.
string
vendor
Required
Vendor of the component.
This property was added in vSphere API 7.0.0.0.